home *** CD-ROM | disk | FTP | other *** search
/ BCI NET / BCI NET Dec 94.iso / archives / programming / blitzbasic / blitz-list200994.lha / blitz-list / 000510_blitz-list-request_Tue Jul 26 05:16:19 1994.msg < prev    next >
Internet Message Format  |  1994-09-20  |  2KB

  1. Received: from slick.clare.tased.edu.au (slick.clare.tased.edu.au [147.41.130.5]) by kantti.helsinki.fi (8.6.9/8.6.5) with SMTP id FAA17858 for <blitz-list@HELSINKI.FI>; Tue, 26 Jul 1994 05:16:02 +0300
  2. Received: from slick.clare.tased.edu.au (localhost.clare.tased.edu.au [127.0.0.1]) by slick.clare.tased.edu.au (8.6.8.1/8.6.6) with SMTP id MAA09749; Tue, 26 Jul 1994 12:20:16 +1000
  3. Date: Tue, 26 Jul 1994 12:20:14 +1000 (EST)
  4. From: Paul Reece <preece@slick.clare.tased.edu.au>
  5. Subject: Re: OTT: Mod Playing
  6. To: "GEORGAKAKIS, LOUIS, MR" <BB4H@MUSICB.MCGILL.CA>
  7. cc: blitz-list@HELSINKI.FI
  8. In-Reply-To: <25JUL94.21694029.0069.MUSIC@MUSICB.MCGILL.CA>
  9. Message-ID: <Pine.3.89.9407261236.A9747-0100000@slick.clare.tased.edu.au>
  10. MIME-Version: 1.0
  11. Content-Type: TEXT/PLAIN; charset=US-ASCII
  12. X-Status: 
  13. Status: RO
  14.  
  15. On Mon, 25 Jul 1994, GEORGAKAKIS,LOUIS,MR wrote:
  16.  
  17. > Hi there.  ok, I tried your example:
  18. > loadmedmodule 0,"Ram:Mod"
  19. >  setint 5
  20. >      playmed
  21. >  end setint
  22. >  startmedmodule 0
  23. >  mousewait
  24. >  StopMed
  25. > It practically the same thing I've been doing, and as I said, the mod
  26. > is EXTREMELY close to the right speed...just a tad faster would be
  27. > perfect.  The way it plays now is just a little too slow, cause there
  28. > is space in   between each sample being played, the samples aren't
  29. > connecting at the right time to make a smooth sounding mod.
  30. > Any other ideas that might help?  I've been testing out some
  31. > machine language calling, using the CALL command and the PLOAD command
  32. > but everytime I try calling something, it gives me a recoverable guru.
  33. > (I'm testing this cause I want to try to call an external mod player
  34. > source code to play the mod.)
  35.  
  36. The problem is simple..  The module uses CIA timing, and you are only calling
  37. the playroutine every VBL..  - Solution:  None at this point in time..
  38.  
  39.  - Paul
  40.  
  41. ----------------------------------------------------------------------------
  42. Paul Reece, Student & Network Assistant                               \\\///
  43. Claremont College - Tasmania, Australia                               d oo b   
  44.                                                                       | __ |
  45. preece@slick.clare.tased.edu.au, paul_ree@asgard.clare.tased.edu.au    \__/
  46. ----------------------------------------------------------------------------
  47. The opinions expressed herein are my own and not those of Claremont College!
  48. ----------------------------------------------------------------------------
  49.